home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to member("bCancel_hl")
- cursor(280)
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to member("bCancel_dn")
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to member("bCancel")
- cursor(-1)
- end
-
- on mouseUp me
- set the member of sprite the currentSpriteNum to member("bCancel_hl")
- doCancel()
- end
-